projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822d672
)
build: Add -Wno-typedef-redefinition to build
author
Timm Bäder
<mail@baedert.org>
Thu, 12 Mar 2020 07:32:34 +0000
(08:32 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 12 Mar 2020 07:32:34 +0000
(08:32 +0100)
Clang otherwise complains about this
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 6fd7d68b45d51e8fb199eca2d07a40b343997e5b..a16b1074dc2a09d3cf6ec7d8573e48ff3392f31b 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-237,6
+237,7
@@
if cc.get_id() == 'msvc'
elif cc.get_id() == 'gcc' or cc.get_id() == 'clang'
test_cflags = [
'-fno-strict-aliasing',
+ '-Wno-typedef-redefinition',
'-Wcast-align',
'-Wduplicated-branches',
'-Wduplicated-cond',